Tootsville-User::At

Function

At names a function, with lambda list (&REST WORDS):

Issue an operator command on a particular server instance.

UNIMPLEMENTED. Remote code execution is not possible. Only works if SERVER is MACHINE-INSTANCE (see the Common Lisp HyperSpec), i.e. the local machine, which is identical to not using this command at all.

Usage

#at SERVER #OTHER-COMMAND OTHER-PARAMS
#at #each #OTHER-COMMAND OTHER-PARAMS

Examples

#at game1.test.tootsville.net #ws-stats #at #each #git-pull

For a list of servers, see TOOTSVILLE SERVER-LIST.

To issue a command on every server, send #at #each #OTHER-COMMAND.

File

Defined in file src/infinity/modern-ops.lisp.